home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- puppetSound(1, "buttonflicker")
- cursor(280)
- set the memberNum of sprite the spriteNum of me to the memberNum of sprite the spriteNum of me - 3
- updateStage()
- end
-
- on mouseLeave me
- cursor(-1)
- set the memberNum of sprite the spriteNum of me to the memberNum of sprite the spriteNum of me + 3
- updateStage()
- end
-
- on mouseUp me
- cursor(-1)
- if the spriteNum of me = 2 then
- go("what")
- end if
- if the spriteNum of me = 3 then
- go("index")
- end if
- if the spriteNum of me = 4 then
- go("tutorial")
- end if
- if the spriteNum of me = 7 then
- gotoNetPage("http://www.macromedia.com/shockwave/download/")
- end if
- end
-